github.com/refraction-networking/utls.Conn.isClient (field)
14 uses
github.com/refraction-networking/utls (current package)
conn.go#L30: isClient bool
conn.go#L1279: if !c.isClient {
conn.go#L1691: if !c.isClient {
handshake_client_tls13.go#L1030: if !c.isClient {
quic.go#L308: if c.isClient {
quic.go#L324: if !c.isClient {
ticket.go#L303: isClient: c.isClient,
tls.go#L51: isClient: true,
u_conn.go#L68: tlsConn := Conn{conn: conn, config: config, isClient: true}
u_conn.go#L375: if c.isClient {
u_conn.go#L768: tlsConn := &Conn{conn: tcpConn, config: &Config{}, isClient: isClient}
u_conn.go#L831: if c.isClient {
u_conn.go#L921: if !c.isClient {
u_quic.go#L144: if c.isClient {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |